﻿/*reset.css*/
@charset "utf-8";
html{color:#000;background:#FFF; overflow-y:scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;font-family:"Microsoft YaHei",微软雅黑,Verdana,Arial,Helvetica,sans-serif,STHeiti,MingLiu;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
body{font:12px/1.231 arial,helvetica,clean,sans-serif;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
.txtboxcs{ border:solid 1px #ccc; height:22px;}
.clear{clear:both}
i{font-style:normal;}


/*title*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}

/* -- 弹出窗口 -- */
#mesbook1_c, #mesbook1{display:none;z-index:1001;width:398px;border:1px solid #ccc;background:#fff; padding-bottom:20px;}
#mesbook1_c div, #mesbook1 div{ border:1px solid #E4E3E3; background:#EBECEB;height:18px; padding:4px .5em 0; margin-bottom:10px;}
#mesbook1_c dl.b1, #mesbook1 dl.b1 { width:370px; margin:0 auto;}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt { float:left; width:105px; overflow:hidden; }
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd { width:265px; float:right;}
#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns{padding-bottom:10px;}
#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {margin-right:20px;}
#nodata { padding:80px; padding-left:150px; border:solid 1px #eee;margin:10px 0; background:url(../images/nodata.gif) no-repeat 20px 20px;}
/* -- 外边距 -- */
.m1 { margin:1px; }
.m2 { margin:2px; }
.m5 { margin:5px; }
.m10 { margin:10px; }
.mt2 { margin-top:2px;}
.mt5 { margin-top:5px;}
.mt8 { margin-top:8px;}
.mt10 { margin-top:10px;}
.mt12 { margin-top:12px;}
.mt15 { margin-top:15px;}
.mt20 { margin-top:20px;}
.mt30 { margin-top:30px;}
.mr5 { margin-right:5px;}
.mr10 { margin-right:10px;}
.mr12 { margin-right:12px;}
.ml5 { margin-left:5px; }
.ml7 { margin-left:7px; }
.mb10 { margin-bottom:10px;}
.ml12 { margin-left:12px; }
.ml10 { margin-left:10px; }
.ml20 { margin-left:20px; }

/*加盟商在线下单*/
.userorder{ width:700px;}
.userorder tr{height:25px;}
.userorder tr span{color:#f00;padding-left:4px;}

.stf  { border:1px solid #ccc;  padding-left:140px ; padding-top:10px; padding-bottom:20px}
.stf span{ color:#000; font-size:14px; line-height:30px ; font-weight:bold}
.stf dd{ line-height:24px ;   font-size:14px }
.stf p{ line-height:24px ;   font-size:14px }
/*处理中动画占全屏*/
#oran_div_processing{width:300px;padding:20px;z-index:9999;text-align:center;background:#fffeef;border:solid 1px #b8ab04;}
.nor_tab { width:100%; border:solid 1px #ccc; margin-bottom:10px;}
.nor_tab th { font-weight:bold; text-align:center; background:#f9f9f9;border:solid 1px #ccc; padding:6px 0;}
.nor_tab td { padding:5px; border:solid 1px #ccc;}
ul.t05_ul table { *margin-left:-15px;}/*滚动板IE补丁*/
.left_pro { width:201px; float:right; overflow:hidden;margin-left:5px;}
.right_pro { width:754px; float:left; display:inline;  overflow:hidden;}
.left_prj { width:201px; float:right; overflow:hidden;margin-left:5px;}
.right_prj{ width:754px; float:left; display:inline;  overflow:hidden;}
.left_agent { width:201px; float:right; overflow:hidden;margin-left:5px;}
.right_agent { width:754px; float:left; display:inline;  overflow:hidden;}
.left_help { width:201px; float:right; overflow:hidden;margin-left:5px;}
.right_help { width:754px; float:left; display:inline;  overflow:hidden;}

.b15 {background: url(../images/SkinsVIBtn.gif) no-repeat; border:0; cursor: pointer; overflow:hidden; }
.b15 { background-position:-79px -650px; width:60px; height:24px; line-height:24px; color:#fff; font-size:14px; font-weight:bold; }
/*全屏幻灯片*/ 
/*banner*/
    .banner{
      width: 100%;
      /*height:450px;*/
      /*background: black;*/
      /*子绝父相*/
      position: relative;
      /*超出部分全部隐藏，解决横向滚动条*/
      overflow: hidden;
    }
    .banner ul{
      position: absolute;
    }
    .banner ul li{
      /*这个100%是相对于父盒子的（会把父盒子的宽度继承过来,如父盒子300%,这这里的100%就会相当于300%）*/
      width: 100%;
      height: 450px;
      float: left;
      background:  no-repeat center center;
    }
    /*.banner ul li:nth-child(1){*/
      /*background: url('./1.jpg') no-repeat center center;*/
    /*}*/
    /*.banner ul li:nth-child(2){*/
      /*background: url('./2.jpg') no-repeat center center;*/
    /*}*/
    /*.banner ul li:nth-child(3){*/
      /*background: url('./3.jpg') no-repeat center center;*/
    /*}*/
    .banner ol{
      /*width: 60px;*/
      height: 20px;
      background: rgba(0,0,0,0.5);
      position: absolute;
      left:50%;
      /*margin-left: -40px;*/
      bottom: 30px;
      padding: 0 10px;
      border-radius: 10px;
    }
    .banner ol li{
      width: 10px;
      height: 10px;
      float: left;
      margin: 5px 5px;
      background: rgba(255,255,255,0.5);
      border-radius: 50%;
      cursor: pointer;
    }
    .banner ol .current{
      background: rgba(255,255,255,1);
    }
    .banner i{
      width: 58px;
      height: 120px;
      position: absolute;
      top: 50%;
      margin-top: -60px;
      cursor: pointer;
      border-radius: 5px;
      display: none;
    }
    .banner .left{
      left: 60px;
      background: url('../images/banner/left_right.png') no-repeat 0 0px;
    }
    .banner .right{
      right: 60px;
      background: url('../images/banner/left_right.png') no-repeat 0px -120px;
    }
    .banner .left:hover , .banner .right:hover{
      background-color: rgba(0, 0, 0, 0.31);
    }
#roll_top, #fall, #ct{position: relative; cursor: pointer; height: 72px; width: 26px;}
#roll_top{ background: url(../images/top.gif) no-repeat;}
#fall{ background: url(../images/top.gif) no-repeat 0 -80px;}
#ct{ background: url(../images/top.gif) no-repeat 0 -40px;}
#roll{ display: block; width: 15px; margin-right: -500px; position: fixed; right: 50%; top: 60%; _margin-right: -505px; _position: absolute; _margin-top: 300px; _top: expression(eval(document.documentElement.scrollTop));}

#slideshow_wrapper {position: relative;padding-bottom: 0px;padding-left: 0px;width: 960px;padding-right: 0px;height: 351px;overflow: hidden;padding-top: 0px}
#slideshow_footbar { right:45%; z-index: 5;position: absolute;width: 100%;bottom: 0px;height: 30px}
#slideshow_photo {position: absolute;width: 100%;height: 100%;cursor: pointer}
#slideshow_photo a {z-index: 1;border-bottom: 0px;position: absolute;border-left: 0px;margin: 0px;display: block;border-top: 0px;top: 0px;border-right: 0px;left: 0px}
#slideshow_footbar .slideshow-bt { background-color: #ffffff;border: 1px solid #dc0000;color: #fa6916;cursor: pointer;float: right;font-family: arial;font-size: 12px;height: 16px;line-height: 16px;margin: 2px 1px;overflow: hidden;text-align: center;width: 16px;}
#slideshow_footbar .bt-on { background-color: #dc0000;color: #fff;line-height: 18px;width: 18px;height: 18px;font-size: 12px;margin: 2px 1px;border: 0px; }

/*在线客服*/ 
.ImTable *{padding:0px;margin:0px}
.ImTable{border-collapse:collapse;border:none;background:url(../images/bg.gif)}
.ImTable h2{font-size:14px;font-weight:bold;margin-top:5px}
.ImHeader{height:165px;background:url(../images/im_01.gif)}
.ImRow0,.ImRow1{background:url(../images/ico_item1.gif) no-repeat;margin:10px 10px 0; height:28px; line-height:28px; padding-left:6px;}
a.im,a:hover.im{text-decoration:none; height:28px;color:#fff; _padding-top:7px; display:block; font-size:12px; line-height:28px}
.ImFooter{height:90px;background:url(../images/im_04.gif) no-repeat; display:inline-block; width:150px;font-family:Arial,Helvetica,sans-serif;}
.ImFooter h5{font-size:14px;font-weight:normal; color:#F92323;text-align:center;margin:15px 0 0;font-family:'宋体';}
.ImFooter p{font-size:20px;font-weight:bold;  color:#F92323;text-align:center;margin:10px 0;}
/*common.css*/ 
@charset "utf-8";
body { color:#666; font-size:12px; font-family: "宋体";} /*网站字体颜色*/
a { color:#666; text-decoration:none;}  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
a:hover { text-decoration:underline;}
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px;}

.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
/* -- 购物车外部框架 -- */
.cart_header , .cart_content , .cart_footer { width:760px; margin:0 auto;}



/* -- 页面整体布局 -- */
.content{ width:1200px; margin:0 auto; overflow:hidden; }
.header , .footer { width:960px; margin:0 auto; overflow:hidden; }
.left { width:201px; float:left; overflow:hidden;}
.left2 { width:670px; float:left; overflow:hidden;}
.left3 { width:754px; float:left; overflow:hidden; color:#666;}
.lefttop { background:url(../images/left_top_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden; margin-top:10px;}
.left2top { background:url(../images/left2_top_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden;}
.leftbot { background:url(../images/left_bot_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden;  margin-bottom:10px;}
.left2bot { background:url(../images/right_bot2_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden; margin-bottom:10px; }

.right { width:754px; float:left; display:inline; margin-left:5px; overflow:hidden;}
.right2 { width:275px;  float:right; overflow:hidden;}
.right3 { width:201px; float:right; overflow:hidden; color:#666;}
.righttop { background:none; height:0px; font-size:0; overflow:hidden;}
.right2top { background:url(../images/right2_top_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden;}
.rightbot { background:none; height:0px; font-size:0; overflow:hidden; margin-bottom:10px;}
.right2bot { background:url(../images/left_bot2_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden; margin-bottom:10px;}

.right_main { width:752px; border:solid 1px #d5d5d5; border-top:0;padding-bottom:15px; overflow:hidden;}
.right2_main { width:273px; border:solid 1px #d5d5d5; border-top:0; border-bottom:0; padding-bottom:15px; overflow:hidden;}
.left2_main { width:668px;  border:solid 1px #d5d5d5; border-top:0; border-bottom:0; padding-bottom:15px; overflow:hidden;}

.h_nav li a:-webkit-any-link{ display:block;}

/*头部开始*/
.top {background:url("../images/top.gif") no-repeat center 0;;height: 210px;border-top:solid 4px #c61f1f}
.h_topbg{width:100%;height:30px;background-color:#eee;}

.h_top {height: 30px;line-height: 30px;overflow: hidden;}
.h_top em {float: left;color: #333;font-size:14px;}
.h_top p{float: right;font-size: 12px;color: #5d91ef;padding-right: 10px;}
.h_top p i {display: block;float: left;}
.h_top p a {padding: 0 5px;color: #000;_padding: 0 6px;}
.h_top p span {padding-left: 5px;}
.h_top a:hover{text-decoration:underline;}
.h_con {height:130px;overflow: hidden;}
.h_con h1 {float: left;padding-top: 10px;height:120px}
.h_con .phone {float: right;padding: 50px 0 0 0;}
.phone img {float: left;}

.phone p {font-family: "Microsoft YaHei";font-size: 14px;color: #626262;float: left;padding-left: 15px;}
.phone p span {display: block;font-family: Arial, Helvetica, sans-serif;font-size: 30px;color: #000;font-weight: bold;}
.navbg{width:100%;height:56px;background: url("../images/nav_bg.gif") repeat-x;}
.h_nav {font-size: 14px;font-weight: bold;height: 56px;width:1000px;margin:0 auto}
.h_nav ul li {float: left;height: 55px;line-height: 55px;}
.h_nav ul li a {color: #fff;display: inline-block;padding: 0 25px;border-right: 1px solid #a50c0c;}
.h_nav ul li a:hover {background: url("../images/n_cur.gif") repeat-x;text-decoration: none;}

.banner {width: 100%;height: 530px;margin: 0 auto;background: url("../images/banner.jpg") no-repeat center top;position: relative;}
.s_bg{ height:45px; line-height:45px; border-bottom:1px solid #e2e2e2;}
.sea{ width:960px;margin:0 auto; color:#16191e;}
.sea p{ float:left;}
.sea p b{ font-size:12px;font-weight:normal;}
.sea p a{ color:#16191e; padding:0 10px;_padding:0 5px;}
.s_b{ float:right; padding:9px 0 0 0 ;}
.s_01{ float:left;height:30px; width:187px; color:#fff; line-height:30px; padding:0 10px; border:none; background:#acacac; margin-right:3px;}
.s_b input{ float:left;}
/*头部结束*/

/*底部开始*/
.f_bg{ background:url(../images/f_bg.gif) repeat-x; height:268px;}
.f_menu{ height:34px; line-height:34px; color:#fff; text-align:center;}
.f_menu a{ color:#fff; font-size:12px; font-weight:bold;padding:0 19px;}
.f_con{}
.f_con h3{ float:left; padding:37px 58px 0 53px;}
.f_con p{ float:left; width:340px;font-size:12px; color:#000;padding:40px 0 49px 0;background:url(../images/f_p.jpg) no-repeat left center; padding-left:46px;*width:300px;_width:300px;}
.f_con p i{ font-style:normal; display:block; color:#000; line-height:27px; font-size:13px;}
.f_con p i span{ padding:0 20px;}
.f_con q{ float: right; padding:40px 0 0 55px;display:inline-block;background:url(../images/f_p.jpg) no-repeat left center; width:270px;*width:318px;_width:318px;}
.f_con q img{ float:left;}
.f_con q span{ display:block;font-size:12px; color:#000; padding-top:20px;float:left; padding-left:18px; line-height:28px;}
.f_con p i a{ color:#000;}
/*底部结束*/
/*index.css*/
@charset "utf-8";
/* CSS Document */

/*common*/
.mb10 { margin-bottom:10px;}
.ml10 { margin-left:10px;}
.bg { background:#FFF;}
span { overflow:hidden;}/*兼容IE8*/

/*正文开始*/
/**/
.jj{ height:397px; width:960px; margin:0 auto; text-align:center;}
.jj h3{ font-family:"Microsoft Yahei"; font-size:30px; background:url(../images/h3_line.gif) no-repeat center 137px; height:90px; padding-top:48px; margin-bottom:20px;line-height:32px;}
.jj h3 i{ display:block; font-style:normal;;}
.jj h3 a{ color:#232323; display:inline-block; text-align:left; }
.jj h3 span{ color:#da251d;}
.jj h3 q{ font-size:12px; color:#676767; font-weight:normal; display:block; padding-left:32px; padding-top:7px;}
.jj ul{ display:inline-block;}
.jj ul li{ float:left; width:230px; margin-right:13px;}
.jj ul li img{ width:230px; height:158px;}
.jj ul .nobo{ margin-right:0;}
.jj ul li span{ display:block; text-align:center; padding-top:19px;}
.jj ul li span a{ color:#5a4949;}
/**/
.pro{ height:350px;}
.pro h3{ background:url(../images/h3_line2.gif) no-repeat center 89px; margin-bottom:23px; padding-top:1px; line-height:52px;}
.pro h3 q{ padding-left:0px; margin-left:-28px;}
.pro dl{ width:418px; float:left; text-align: left; margin-left:23px;display:inline-block;}
.pro dl dt{ border:1px solid #f2f2f2; height:32px; line-height:32px; background:#fafafa; margin-bottom:17px;}
.pro dl dt a{ color:#000; font-size:14px; font-weight:bold; padding-left:21px;}
.pro dl dd{ display:inline-block; margin-left:4px;}
.pro dl dd a{ display:inline-block; background:url(../images/jj_box.gif) no-repeat; width:121px; height:34px; line-height:34px; text-align:center; color:#5a4949; margin-left:12px; float:left; margin-bottom:12px;}
.pro .fenl{ margin-right:24px; float: right;}
.pro .three{ width:915px;}
/**/
.p_list{ width:1200px; margin:20px auto; height:480px;}
.p_menu{ background:url(../images/p_list.gif) no-repeat center 0; height:64px; line-height:69px;}
.p_menu ul li{ float:left; font-family:"Microsoft Yahei"; font-size:20px; font-weight:bold;width:300px; text-align:center;}
.p_menu ul li a{ color:#da251d; display:inline-block;}
.p_menu ul li a:hover,.p_menu ul .cur0 a{ background:url(../images/p_cur.gif) no-repeat center bottom;}
.p_menu ul .cur2 a{ color:#1985a4; width:317px; }
.p_menu ul .cur1 a{ width:340px; color:#f9751d;}
.p_con{ height:651px;}
.p_con ul li{ width:218px; float:left; margin:0 10px; padding-top:5px;}
.p_con ul li img{ width:206px; height:156px; padding:5px; border:1px solid #e7e7e7;}
.p_con ul li span{ display:block; height:28px; line-height:24px;}
.p_con ul li span a{color:#666;}
.p_con ul li span i{ width:218px; font-style:normal; display:inline-block; text-align:center; overflow:hidden; cursor:pointer; }
.p_con ul li span q{ width:218px; display:inline-block; font-weight:bold; text-align:center; color:#000; overflow:hidden; cursor:pointer;}
.p_con ul li em{ display:block; display:inline-block; text-align:center;}
.p_con ul li em img{ width:106px; height:24px; border:none; padding:0; float:left;}
.p_con ul .nom{ margin-right:0;}
/**/
.fana{ height:454px;_height:464px; text-align:left; background:url(../images/f_bg.gif) no-repeat 246px 114px; overflow:hidden;}
.fana h3{ background:url(../images/h3_line2.gif) no-repeat center 88px; margin-bottom:23px;_margin-bottom:11px; padding-top:1px; text-align:center;}
.fana h3 q{ padding-left:0px; margin-left:-28px;}
.fana h3 a{ margin-left:-47px;}
.fana_l{ width:272px; float: left; background:url(../images/line.gif) no-repeat 249px center; height:338px;}
.fana_l ul li{ width:272px; height:110px; margin-bottom:4px; font-family:"Microsoft Yahei"; font-size:20px; font-weight:bold;}
.fana_l ul li i{ font-size:16px; font-style:normal;display:block;}
.fana_l ul li a{ background:url(../images/f_l.png) no-repeat left center;width:173px;height:76px;display:inline-block; color:#fff; padding:34px 0 0 99px;}
.fana_l ul li a:hover,.fana_l ul .cur a{ display:inline-block; background: url(../images/f_cur.png) no-repeat left  center; text-decoration:none;}

.fana_r{ width:675px; float:right;_width:662px;}
.fana_r .fa01{ float:left;width:163px; padding-top:16px; padding-right:3px; float:left;}
.fana_r .fa01 img{ width:163px; height:310px; border:1px solid #bcbcbc;}
.fana_r .fa02{ float:left; width:502px;_width:490px;}
.fana_r .fa02 ul{ display:inline-block; overflow:hidden; float:left; padding-top:17px; width:484px; height:233px;}
.fana_r .fa02 ul li{ padding-left:4px; _padding-left:3px; float:left; width:40px; margin-right:0;}
.fana_r .fa02 ul li a{ display:inline-block; width:20px; padding:0 7px 0 13px; font-size:13px; color:#4d4d4d; font-family:"Microsoft Yahei"; background:url(../images/p_pic3.gif) no-repeat; height:216px; padding-top:17px;}
.fana_r .fa02 ul li a:hover{background:url(../images/p_pic2.gif) no-repeat; text-decoration:none; color:#fff;}
.fana_r .fa02 h4{ clear:both; display:inline-block; padding:20px 0 0 0; font-family:"Microsoft Yahei"; font-size:14px; color:#000; background:url(../images/p_pic4.gif) no-repeat 1px 20px; padding-left:62px; margin-left:45px;_margin-left:5px;}
.fana_r .fa02 h4 b{font-size:28px; font-family:Arial; color:#f92323;}
.fana_r .fa02 h4 b i{ color:#000;}
.fana_r .fa02 h4 em{padding-left:36px;}
/**/
.ys_bg1{ background:url(../images/ys_bg1.jpg) no-repeat center 0; height:967px; overflow:hidden;}
.ys{ width:960px; margin:0 auto; font-family:"Microsoft Yahei";}
.ys h3{ font-size:48px; padding-top:114px; padding-left:18px;}
.ys h3 i{ font-style:normal; display:block;}
.ys h3 a{ color:#fff;}
.ys dl{ width:480px; margin-left:397px; padding-top:112px;}
.ys dl dt{ font-size:28px; color:#dc1617; font-weight:bold; background:url(../images/y_dt1.gif) no-repeat left center; padding-left:115px; height:61px; padding-bottom:10px;}
.ys dl dt a{ color:#dc1617; }
.ys dl dt i{ font-style: normal; display:block;}
.ys dl dd{ font-size:16px; font-weight:bold; color:#676767; padding-left:78px; padding-top:6px;}
.ys dl dd p{ background:url(../images/y_li.gif) no-repeat left 6px; padding-left:33px; line-height:24px; margin-top:22px;}
.ys dl dd em{ display:block; padding-top:30px;}
.ys dl dd em img{ margin-right:11px;}
.ys_bg2{ background:url(../images/ys_bg2.jpg) no-repeat center 0; height:708px; overflow:hidden;}
.ys_bg2 .ys dl{ margin-left:16px;}
.ys_bg2 .ys dl dt{background:url(../images/y_dt2.gif) no-repeat left center; }
.ys_bg3{ background:url(../images/ys_bg3.jpg) no-repeat center 0; height:1070px; overflow:hidden;}
.ys_bg3 .ys dl{ padding-top:15px; margin-left:488px;}
.ys_bg3 .ys dl dt{background:url(../images/y_dt3.gif) no-repeat left center; }
.ys_bg3 .ys .jzh{ margin-left:10px; padding-top:360px;}
.ys_bg3 .ys .jzh dt{background:url(../images/y_dt4.gif) no-repeat left center; }
/**/
.sq_bg{ background:url(../images/sq_bg.jpg) no-repeat center 0; height:199px;}
.sq{ width:960px; margin:0 auto;position:relative;height:199px;}
.sq p{ float:right; font-family:"Microsoft Yahei"; font-size:28px; color:#fff; padding:30px 20px 0 0;position:absolute;left:620px;}
.sq ul{ float:right; width:367px; padding-top:16px;}
.sq ul li{ margin-top:6px;}
.sq ul li input{ border:none; background:url(../images/s_inp.gif) no-repeat; height:44px; width:337px; font-family:"Microsoft Yahei"; font-size:14px; color:#afafaf; text-indent:17px; line-height:44px;}
.sq ul .tj input,.sq ul .tj a{ float:left; display:inline-block; height:43px; background:none; width:162px; margin-top:10px; }
.sq ul .tj{ overflow:hidden;}
.sq ul .tj input{*margin-left:18px;}
.sq ul .tj a{margin-left:18px;}
/**/
.jz{ height:581px; overflow:hidden; text-align:left; background:url(../images/f_bg.gif) no-repeat 246px 114px; background:none;}
.jz h3{ background:url(../images/h3_line.gif) no-repeat center 141px;padding-top:1px; text-align:center; padding-top:53px;  margin-bottom:0;_margin-bottom:-12px;}
.jz h3 q{ padding-left:0px; margin-left:37px;}
.jz h3 a{ margin-left:27px;}
.jz dl{ background:url(../images/jz_bg.gif) no-repeat; width:461px; height:188px; float:left; float:left; margin-top:30px;_margin-top:30px;}
.jz dl dt{ padding:12px 25px 0 15px; width:141px; float:left;}
.jz dl dt img{ width:141px; height:162px;}
.jz dl dd{ width:274px; float: left; padding-top:20px;}
.jz dl dd b{ display:block; line-height:30px; font-size:14px; overflow:hidden; height:30px;}
.jz dl dd b a{ color:#222;}
.jz dl dd p{ line-height:24px; color:#222; height:98px; overflow:hidden; overflow:hidden;}
.jz dl dd i{ font-style:normal; display:block; padding-top:12px;}
.jz dl dd i a{ color:#fb3d14;}
.jz .jfr{ float:right;}
/**/
.ry{ height:460px; overflow:hidden;}
.ry h3{ background:url(../images/h3_line.gif) no-repeat center 141px; margin-bottom:23px; padding-top:1px; text-align:center; padding-top:53px; margin-bottom:42px;_margin-bottom:25px;}
.ry h3 q{ padding-left:0px; margin-left:37px;}
.ry h3 a{ margin-left:49px;}
.ry p{ width:489px;height:236px; float:right;}
.ry p img{ width:489px; height:236px;}
.ry ul{ width:462px;float:left; height:260px;}
.ry ul li{width:392px; margin-bottom:14px; height:37px; line-height:37px; background:url(../images/ry_bg1.gif) no-repeat left center; margin-right:0; text-align:left; padding-left:36px;}
.ry ul li a{ display:inline-block; background:url(../images/ry_bg2.gif) no-repeat right center; color:#222; padding-right: 8px;}
/**/
.lx{ width:960px; margin:0 auto; height:54px; line-height:54px; background:#dc1617; font-family:"Microsoft Yahei"; font-size:24px; color:#fff;}
.lx a{ color:#fff; display:inline-block; float:left; padding-left:27px;}
.lx span{ font-weight:bold; font-size:24px; background:url(../images/lx_icon.gif) no-repeat 32px center; padding-left:64px;display:inline-block; float:left;}
.lx i{ display:inline-block; float:left; padding-top:12px;}
.lx i img{vertical-align:middle;}
/**/
.zj_bg{ background:url(../images/zj_bg.jpg) no-repeat center 0; height:564px; overflow:hidden;}
.zj{ width:960px; margin:0 auto; padding-top:38px;}
.zj h3{ font-family:"Microsoft Yahei"; font-size:29px; height:35px; background:url(../images/zj_h3.gif) no-repeat right center; margin-bottom:23px;}
.zj h3 a{ color:#fff;}
.zj_l{ float:left; width:372px; height:450px;}
.zj_l dt{ background:#fff; font-size:0; height:254px;}
.zj_l dt img{ width:362px; height:244px; padding:4px;border:1px solid #ebeaea;}
.zj_l dd{ padding-top:18px; font-size:14px; height:156px; overflow:hidden;}
.zj_l dd p{ color:#fff; font-size:14px; line-height:22px;}

.zj_r{ float:right; width:536px; height:450px;}
.zj_r h4{ font-family:"Microsoft Yahei"; font-size:16px; height:25px; line-height:25px; padding-bottom:12px;}
.zj_r h4 a{ color:#fff; padding-left:10px;}
.zj_r ul li{ width:244px; float:left; padding:0 10px;}
.zj_r ul li img{ width:244px; height:154px;}
.zj_r ul li span{ display:block; font-size:14px; text-align:center; height:44px; line-height:44px;}
.zj_r ul li span a{ color:#fff;}
/**/
.news{ width:1100px; margin:0 auto; height:330px; padding-top:40px;}
.n_l{ width:350px; float:left;margin-right:15px}
.dt_top { height:44px; overflow:hidden; line-height:44px;border-bottom:1px solid #454545; }
.dt_top span { float:right; display:block; height:43px; width:81px; text-align:right;}
.dt_top span  a{ color:#f9540b;}
.dt_top ul{ float:left;}
.dt_top ul li { float:left; margin-right:3px;}
.dt_top ul li a { width:133px;text-align:center; display:block; line-height:44px; height:44px;font-size:16px; font-weight:bold; color:#fff; background:#454545;}
.dt_top ul li a:hover,.dt_top ul .cur a { background:#f92323; color:#fff; text-decoration:none;}
.dt_top ul .nom{ margin-right:0;}
.dt_con { padding:15px 0 0; width:px; overflow:hidden;}
.dt_con p{ height:124px;}
.dt_con p img{ padding:4px; border:1px solid #ebeaea; width:335px; height:114px;}

.dt_list { padding-right:10px; margin:0 10px; padding-top:10px;}
.dt_list ul li { height:44px; line-height:44px; padding: 0 0 0 15px;  overflow:hidden; background:url(../images/n_li.gif) no-repeat left 20px; border-bottom:dashed 1px #d4d4d4;}
.dt_list ul li span { float:right; color:#b8b1b1; padding-right:16px;}
.dt_list ul li a { color:#454545;font-size:14px;}

.n_c{ width:370px; float:right;}
.n_c h3{ background:url(../images/n_h3.gif) no-repeat; height:44px; line-height:44px; font-family:"Microsoft Yahei"; font-size:16px; text-indent:16px; margin-bottom:14px;}
.n_c h3 a{ color:#ff4646;}
.n_c h3 i{ font-style:normal;}
.n_c h3 span{ float:right; font-weight:normal; font-family:"宋体"; font-size:12px; padding-right:16px;}
.wd_con dl { padding:8px 0; border-bottom:dashed 1px #d4d4d4; padding-left:15px; font-size:13px;}
.wd_con .nobor { border-bottom:none;}
.wd_con dl dt { background: url(../images/n_a.gif) no-repeat left 6px; height:25px; line-height:25px; padding-left:30px; overflow:hidden;}
.wd_con dl dt a { color:#302e2d;}
.wd_con dd { background:url(../images/n_q.gif) no-repeat left 4px;line-height:24px; padding-left:30px;color:#302e2d; overflow:hidden; height:48px;}

.n_r{ width:290px; float:right; background:#dc1617; height:419px; color:#fff;}
.n_r h3{ background:url(../images/n_h31.gif) repeat-x; height:44px; line-height:44px; font-family:"Microsoft Yahei"; font-size:16px; text-indent:20px; margin-bottom:8px;}
.n_r a{ color:#fff;}
.n_r h3 span{ float:right; font-family:"宋体"; font-size:12px; padding-right:20px;}
.n_r ul{ margin:0 17px 0 10px;}
.n_r ul li{ height:44px; line-height:44px; border-bottom:1px dashed #c40607; padding-left:20px; overflow:hidden;}
.n_r ul li span{ padding-right:17px;}
.n_r ul .nobor{ border-bottom:none;}

/*产品展示*/
.cps{padding-top: 35px;}
.cp_l {width: 217px;}
.cp_lt {background: url("../images/cp_ltbg.gif") no-repeat;height: 65px;text-align: center;padding-top: 55px;}
.cp_lt a {font-family: "Microsoft YaHei";color: #fff;font-size: 32px;font-weight: bold;}
.cp_lm {background: url("../images/cp_lmbg.gif") repeat-y;padding-bottom:5px}
.cp_lm h2 {height: 32px;border-bottom: #01118d 1px solid;margin-bottom: 5px;}
.cp_lm h2 a {font-family: "Microsoft YaHei";color: #494949;font-size: 16px;padding: 5px 0 0 38px;display: block;}
.cp_lm ul li {height: 40px;line-height: 40px;border-bottom: #c0c0c0 1px dashed;margin: 0 18px 0 3px;}
.cp_lm ul li a {color: #FC9A20;background: url("../images/cp_lico01.gif") no-repeat 11px 16px;padding-left:22px;display: block;line-height:40px;overflow: hidden;font-size:14px;}
.cp_r {width:953px;}
.cp_rt {background: url("../images/cp_rtbg.gif") no-repeat;height: 40px;padding: 0 5px 0 50px;}
.cp_rt span {float: right;line-height: 40px;}
.cp_rt span a {color: #484848;font-size: 12px;font-weight: normal;text-transform: uppercase;}
.cp_rt a {font-family: "Microsoft YaHei";color: #000;font-size: 18px;font-weight: bold;}
.cp_r ul {padding-top: 20px;display: inline-block;}
.cp_r ul li {float: left;background: url("../images/cp_picbg.gif") no-repeat 6px 180px;width: 225px;padding:10px 6px 0;}
.cp_r ul li img {width: 225px;height: 160px;}
.cp_r ul li p {width: 225px;padding-top: 10px;_padding-top: 20px;}
.cp_r ul li p span {width:225px;height: 30px;line-height: 30px;display: block;text-align: center;}
.cp_r ul li p a {font-family: "Microsoft YaHei";color: #797979;font-size: 12px;}

/*荣誉资质*/
.dz {padding: 53px 0 35px;width:960px;margin:0 auto;}
.dz_t{background: url("../images/dz_btbg.gif") no-repeat;height: 86px;font-family: "Microsoft YaHei";padding-bottom: 36px;}
.dz_t p {line-height: 42px;padding-left: 25px;}
.dz_t a {font-family: "Microsoft YaHei";position: relative;height: 46px;display: inline-block;line-height: 46px;}
.dz_t i {font-size: 43px;color: #dd1718;}
.dz_t span {font-size: 28px;color: #000;width: 200px;position: absolute;top: -6px;left: 184px;}
.dz_t em {font-size: 24px;color: #dd1718;font-weight: bold;}
.dz_t q {font-size: 32px;color: #000;}
.dz_l {position: relative;width: 591px;}
.dz_l img {width: 591px;height: 543px;}
.dz_r {width: 365px;font-family: "Microsoft YaHei";position: relative;}
.dz_r p {border-bottom: #dddddd 1px dashed;height: 90px;overflow: hidden;}
.dz_r .dz_rp01 {position: absolute;top: 0;left: -90px;}
.dz_r p em {display: block;background: url("../images/dz_line.gif") no-repeat 0 bottom;height: 40px;line-height: 35px;font-size: 18px;color: #000;font-weight: bold;}
.dz_r p em i {font-family: Arial, Helvetica, sans-serif;color: #c5c5c5;font-weight: normal;text-transform: uppercase;padding-left: 10px;}
.dz_r p span {font-size: 15px;color: #494949;display: block;line-height: 22px;padding-top: 8px;}
.dz_r .dz_rp01 {
	position: absolute;
	top: 0;
	left: -90px;
}
.dz_r .dz_rp02 {
	position: absolute;
	top: 118px;
	left: 0;
}
.dz_r .dz_rp03 {
	position: absolute;
	top: 240px;
	left: 0;
}
.dz_r .dz_rp04 {
	position: absolute;
	top: 355px;
	left: 0;
}
.dz_r .dz_rp05 {
	position: absolute;
	left: -80px;
	border: none;
	top: 455px;
}

/*流程*/
.ls_bg {
	background:#dd1718;
	height: 390px;
}
.ls p {
	text-align: center;
}

.sp{width:370px;height:240px;}
.sp img{width:370px;height:240px;}

.links{ height:120px; width:960px; margin:0 auto; padding-top:30px;}
.links h3{font-size:16px;font-family: "Microsoft Yahei";  height:33px; line-height:33px; color:#a6a6a6; border-bottom:2px solid #f92323;}
.links h3 a{ color:#f92323; display:inline-block;}
.links h3 span{ float:right; font-family:"宋体"; font-size:12px; padding:0 10px 0 0; font-weight:normal;}
.links h3 span a{ color:#f9540b;}
.links h3 q{ color:#999;font-size:12px; font-family:Arial; padding:0 0 0 6px; font-weight:normal;}
.links p{padding:14px 0 0 0;color:#777;}
.links p a{ display:inline-block; padding:0 19px; color:#000; font-family:"宋体"; font-size:12px; line-height:25px;}